home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56194 / 56194.xpi / chrome / topsite.jar / content / about.xul next >
Extensible Markup Language  |  2009-12-31  |  1KB  |  29 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3.  
  4. <!DOCTYPE dialog SYSTEM "chrome://topsite/locale/topsite.dtd">
  5.  
  6. <dialog title="&about; topsite"
  7.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.     buttons="accept"
  9.     onload="sizeToContent(); document.getElementById('aboutVersionNumber').setAttribute('value', topsite.common.extMan.getItemForID('FirefoxAddon@topsite.com').version)">
  10.  
  11.     <script type="application/x-javascript" src="chrome://topsite/content/js/common.js"/>
  12.  
  13.     <groupbox align="top">
  14.         <hbox>
  15.             <image class="text-link" onclick="window.opener.open('http://www.topsite.com/');" src="chrome://topsite/content/images/logo.png"/>
  16.         </hbox>
  17.         <hbox>
  18.             <label id="aboutVersion" value="&version;"/>
  19.             <label id="aboutVersionNumber" value=""/>
  20.         </hbox>
  21.         <separator/>
  22.         <label value="&homepage;" style="font-weight: bold;"/>
  23.         <label value="http://www.topsite.com/" class="text-link" onclick="topsite.common.openUrlFromDialog('http://www.topsite.com/');"/>
  24.         <separator class="thin"/>
  25.         <label value="&broughtToYouBy; SimilarGroup" style="font-weight: bold;"/>
  26.         <label value="http://www.similargroup.com/" class="text-link" onclick="topsite.common.openUrlFromDialog('http://www.similargroup.com/');"/>
  27.         <separator class="thin"/>
  28.     </groupbox>
  29. </dialog>